'Declaration
<ExtensionAttribute()> Public Overloads Shared Sub WriteItemValueArrayOfInt64( _ ByVal client As IEasyDAClient, _ ByVal serverDescriptor As ServerDescriptor, _ ByVal nodeDescriptor As DANodeDescriptor, _ ByVal value() As Long _ )
'Usage
Dim client As IEasyDAClient Dim serverDescriptor As ServerDescriptor Dim nodeDescriptor As DANodeDescriptor Dim value() As Long IEasyDAClientExtension2.WriteItemValueArrayOfInt64(client, serverDescriptor, nodeDescriptor, value)
[Extension()] public static void WriteItemValueArrayOfInt64( IEasyDAClient client, ServerDescriptor serverDescriptor, DANodeDescriptor nodeDescriptor, long[] value )
[Extension()] public: static void WriteItemValueArrayOfInt64( IEasyDAClient^ client, ServerDescriptor^ serverDescriptor, DANodeDescriptor^ nodeDescriptor, array<int64>^ value )
Parameters
- client
- The client object that will perform the operation.
- serverDescriptor
- The OPC server involved in the operation.
- nodeDescriptor
- The descriptor of the OPC node involved in the operation.
- value
- The value to be written.